-
Notifications
You must be signed in to change notification settings - Fork 253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(2671): Move retry logic from infer_type_name to wizard #2673
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2673 +/- ##
==========================================
+ Coverage 86.09% 86.12% +0.02%
==========================================
Files 254 255 +1
Lines 24486 24771 +285
==========================================
+ Hits 21081 21333 +252
- Misses 3405 3438 +33 ☔ View full report in Codecov by Sentry. |
.map(tokio_retry::strategy::jitter) | ||
.take(10); | ||
|
||
tokio_retry::Retry::spawn(retry, || async { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Retry should only happen incase of a 429 status code.
Closing in favour of #2674 |
Issue Reference(s):
Fixes #2671
/claim 2671